home *** CD-ROM | disk | FTP | other *** search
- #######################################################################
- # DOS FILEJET ARCHIVE DEFINITIONSFILE (c) KLOSEK 1991-95 #
- #######################################################################
- # #
- # Syntax of the definitions : #
- # #
- # F> defines the fileextension, then follows #
- # Path of the archive program for compression #
- # Path of the archive program for decompression #
- # Command to add a file to the archive #
- # Command to delete a file in the archive #
- # Command to extract a file from the archive #
- # Command to list archive #
- # Two dummy commands (for future use) #
- # #
- #######################################################################
-
- F> ZIP
- pkzip.exe
- pkunzip.exe
- -a
- -d
- -e -d -o
- -v
- -q
- -q
-
- #######################################################################
-
- F> LHA
- lharc.exe
- lharc.exe
- a
- d
- x
- v
- q
- q
-
- #######################################################################
-
- F> LZH
- lha.exe
- lha.exe
- a
- d
- x
- v
- q
- q
-
- #######################################################################
-
- F> ZOO
- zoo.exe
- zoo.exe
- -add
- -delete
- -extract
- -list
- -q
- -q
-
- #######################################################################
-
- F> ARJ
- arj.exe
- unarj.exe
- a
- d
- x
- v
- q
- q
-
-